home *** CD-ROM | disk | FTP | other *** search
/ McDonaldland - Silly Games / McDonaldland - Silly Games (1997)(McDonald's).iso / att / ie3230e / msie30.exe / RCDATA / CABINET / ADDONS.INF < prev    next >
INI File  |  1997-03-12  |  2KB  |  83 lines

  1. ; Microsoft Internet Explorer v3.0 Add-ons Installation
  2. ; Copyright (c) 1996 Microsoft Corporation
  3.  
  4.  
  5. [Version]
  6. Signature="$CHICAGO$"
  7. SetupClass=Base
  8.  
  9.  
  10. ;    INSTALLATION SECTIONS
  11.  
  12. [Win95InstallSection]
  13. DelReg=Java.DelReg
  14.  
  15.  
  16. [WinNTx86InstallSection]
  17. DelReg=Java.DelReg
  18.  
  19.  
  20. [WinNTxAlphaInstallSection]
  21. AddReg=WinNTAlpha.AddReg
  22. DelReg=
  23.  
  24.  
  25. [WinNTxMIPSInstallSection]
  26. AddReg=WinNTMIPS.AddReg
  27. DelReg=
  28.  
  29.  
  30. [WinNTxPPCInstallSection]
  31. AddReg=WinNTPPC.AddReg
  32. DelReg=
  33.  
  34.  
  35.  
  36. [Win95.AddReg]
  37.  
  38. [WinNT.AddReg]
  39.  
  40. [WinNTAlpha.AddReg]
  41. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnta.asp"
  42.  
  43.  
  44.  
  45.  
  46. [WinNTMIPS.AddReg]
  47. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntm.asp"
  48.  
  49.  
  50.  
  51.  
  52. [WinNTPPC.AddReg]
  53. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntp.asp"
  54.  
  55.  
  56.  
  57.  
  58. [Java.DelReg]
  59. HKLM,"Software\Microsoft\Java VM","IE 3.0 To Install ClassesBuild"
  60.  
  61.  
  62.  
  63.  
  64. ;    STRINGS
  65. [Strings]
  66.  
  67. ;Non-Localizable
  68. FIRST_PAGE="http://www.microsoft.com/ie"
  69.  
  70.  
  71.  
  72. ;Localizable
  73. LOCALIZED_DIR=""
  74.  
  75. ; The LOCALIZED_DIR should equal "" for English and "_intl/XX" for localized
  76. ; pages, where XX is the two letter language code found on:
  77. ; http://iptdweb/intloc/internal/redmond/projecsts/ie30w95/iso639.htm
  78. ; For Example
  79. ;
  80. ; Germain: LOCALIZED_DIR="_intl/de"
  81. ; Spanish: LOCALIZED_DIR="_intl/se"
  82. ; French: LOCALIZED_DIR="_intl/fr"
  83.